home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The PC-SIG Library 10
/
The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso
/
PC_SIGCD
/
07
/
0
/
DISK0703.ZIP
/
DEMO2D.SUB
< prev
next >
Wrap
Text File
|
1990-01-31
|
2KB
|
43 lines
; DEMO2D.SUB
; Begin Show Gears Pair Moving
TEXT_MODE
ECHO ┌─────────────────────────────────────────────────────────────────────────────┐
ECHO │ DEMO2.MAC DEMONSTRATION MACRO FOR DANCAD3D v2.5x OR LATER. │
ECHO └─────────────────────────────────────────────────────────────────────────────┘
LOCATE 1 5
ECHO FIRST ANIMATION: the next part of this demo shows how you can animate wire
ECHO frames. It is a perspective view of gears turning. It turns until you press
ECHO [Escape] then goes on to show you some more animation. If you press [Return]
ECHO during the animation a menu of animation commands will come up. If you used
ECHO INSTALL there is a subdirectory named \PIX that will hold the frame files,
ECHO otherwise you need to make one from DOS and run the demo again, i.e. C>MD PIX
ECHO from DANCAD3D's directory or sub-directory.
LOCATE 1 13
ECHO If you order the set disks, video and and manuals you will get DANMOVIE
ECHO v2.x a program that lets you run sets of pixel frame files from memory rapidly
ECHO and smoothly with motion forward, reverse, and, back & forth, at different
ECHO speeds. It is useful to see how action will look in a film-video and to see
ECHO how parts fit. DANMOVIE v2.x supports color CGA, B&W EGA, and Hercules (tm).
ECHO Press [Return] then ^X if you have seen all of the demo and want to print out
ECHO the perspective drawing of the gears. Then press [H] (for hard copy) then [D]
ECHO [W] for dot, [J] [W] for Jet, [L] for PostScript, or [P] [P] for plotter. The
ECHO frames that follow are not all the same, if you look closely you will see that
ECHO the gears turn a little between frames. When they are run rapidly they will
ECHO look like they are moving.
LOCATE 5 25 ECHO Press [Return] to continue the demo. %%
WAIT_FOR_RETURN
TEXT LOCATE 23 12 ECHO <WORKING: Animating the Gear Pair> %%
DELAY 1000 ; to give time to press ^X
; END